home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
utils
/
console
/
svgatext.3
/
svgatext
/
SVGATextMode-1.3
/
XFREE
/
include
/
X11
/
Xfuncproto.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-06-13
|
310 b
|
15 lines
/*
* Mostly a dummy to get things compiling
* without having to have X11 around.
*
* courtesy of David Mosberger-Tang <davidm@cs.arizona.edu>
*/
#define _XFUNCPROTOBEGIN
#define _XFUNCPROTOEND
#ifdef __STDC__
# define NeedFunctionPrototypes 1
#else
# define NeedFunctionPrototypes 0
#endif